home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacApp Release 10 / MacApp Release 10 - HD Ready / Libraries / Framework / Includes / HelpStrings.r < prev    next >
Encoding:
Text File  |  1996-04-03  |  8.9 KB  |  215 lines  |  [TEXT/MPS ]

  1. // HelpStrings.r
  2. // Copyright © 1986-96 by Apple Computer, Inc. All rights reserved. 
  3.  
  4. // This file contains a STR# resource containing balloon help text for the "standard"
  5. // Apple, File and Edit menus. It can be copied and pasted, or #included in the application's .r file.
  6. // It cannot be precompiled as it accesses the shell variable "XAppName"
  7.  
  8. // • Auto-Include the requirements for this source 
  9.  
  10. #ifndef __TYPES_R__
  11. #include "Types.r"
  12. #endif
  13.  
  14. #ifndef __SYSTYPES_R__
  15. #include "SysTypes.r"
  16. #endif
  17.  
  18. #ifndef __MacAppTypes__
  19. #include "MacAppTypes.r"
  20. #endif
  21.  
  22. #if !defined(THINK_Rez) && !defined(MW_Rez)
  23. #define TARGET_APPLICATION_NAME $$Shell("XAppName")
  24. #else
  25. #define TARGET_APPLICATION_NAME "<????>"
  26. #endif
  27.  
  28. resource 'STR#' (kStandardHelpStrings, "Balloon Help String 1") {
  29.     {
  30.         // [1] About YourAppName…, Normal
  31.             "Displays information about the version of the "TARGET_APPLICATION_NAME" application.",
  32.             
  33.         // [2] About YourAppName…, Grayed 
  34.             "Displays information about the version of the "TARGET_APPLICATION_NAME" application.",
  35.             
  36.         // [3] About YourAppName…, Checked 
  37.             "Displays information about the version of the "TARGET_APPLICATION_NAME" application.",
  38.             
  39.         // [4] Edit, Normal 
  40.             "Edit menu\$0D\$0DUse this menu to undo your last action, to m"
  41.             "anipulate text or graphics, to select the entire contents of"
  42.             " a document, and to show what's on the Clipboard.",
  43.             
  44.         // [5] Edit, Grayed 
  45.             "Edit menu\$0D\$0DUse this menu to undo your last action, to m"
  46.             "anipulate text or graphics, to select the entire contents of"
  47.             " a document, and to show what's on the Clipboard.",
  48.             
  49.         // [6] Undo, Normal 
  50.             "Undoes your last action if it involved cutting, clearing, p"
  51.             "asting, or typing. ",
  52.             
  53.         // [7] Undo, Grayed 
  54.             "Undoes your last action if it involved cutting, clearing, p"
  55.             "asting, or typing. Not available because your last action ca"
  56.             "nnot be undone.",
  57.             
  58.  
  59.         // [8] Cut, Normal 
  60.             "Removes the selected text or graphics and places it tempora"
  61.             "rily into a storage area called the Clipboard.",
  62.             
  63.         // [9] Cut, Grayed 
  64.             "Removes the selected text or graphics and places it tempora"
  65.             "rily into a storage area called the Clipboard. Not available"
  66.             " because nothing is selected.",
  67.             
  68.         // [10] Copy, Normal 
  69.             "Copies the selected text or graphics. The original selectio"
  70.             "n remains where it is. The copy is placed temporarily into a"
  71.             " storage area called the Clipboard.",
  72.             
  73.         // [11] Copy, Grayed 
  74.             "Copies the selected text or graphics. The original selectio"
  75.             "n remains where it is. The copy is placed temporarily into a"
  76.             " storage area called the Clipboard. Not available because no"
  77.             "thing is selected.",
  78.         // [12] Paste, Normal 
  79.             "Inserts the contents of the Clipboard at the location of th"
  80.             "e insertion point.",
  81.         // [13] Paste, Grayed 
  82.             "Inserts the contents of the Clipboard at the location of th"
  83.             "e insertion point. Not available because there is nothing on"
  84.             " the Clipboard or because the contents of the Clipboard are "
  85.             "of a type "TARGET_APPLICATION_NAME" can't read.",
  86.         // [14] Clear, Normal 
  87.             "Removes the selected text or graphics without storing it on"
  88.             " the Clipboard.",
  89.         // [15] Clear, Grayed 
  90.             "Removes the selected text or graphics without storing it on"
  91.             " the Clipboard. Not available because nothing is selected.",
  92.         // [16] Select All, Normal 
  93.             "Selects the entire contents of the open "TARGET_APPLICATION_NAME" documen"
  94.             "t.",
  95.         // [17] Select All, Grayed 
  96.             "Selects the entire contents of the open "TARGET_APPLICATION_NAME" documen"
  97.             "t. Not available because no "TARGET_APPLICATION_NAME" document is open or "
  98.             "because the open document is empty.",
  99.         // [18] Hide Clipboard  , Normal 
  100.             "Closes the Clipboard window.",
  101.         // [19] Hide Clipboard  , Grayed 
  102.             "Closes the Clipboard window.",
  103.         // [20] Hide Clipboard  , Checked 
  104.             "Closes the Clipboard window.",
  105.         // [21] Show Clipboard  , Normal 
  106.             "Displays the contents of the Clipboard (a storage area for "
  107.             "the last item cut or copied).",
  108.         // [22] Show Clipboard  , Grayed 
  109.             "Displays the contents of the Clipboard (a storage area for "
  110.             "the last item cut or copied).",
  111.         // [23] Show Clipboard  , Checked 
  112.             "Displays the contents of the Clipboard (a storage area for "
  113.             "the last item cut or copied).",
  114.         // [24] Create Publisher…, Normal 
  115.             "Turns the selected text or graphics into a publisher and co"
  116.             "pies it into an edition file. Saving the document automatica"
  117.             "lly copies any changes inside the publisher into the edition"
  118.             " file.",
  119.         // [25] Create Publisher…, Grayed 
  120.             "Turns the selected text or graphics into a publisher and co"
  121.             "pies it into an edition file. Saving the document automatica"
  122.             "lly copies any changes inside the publisher into the edition"
  123.             " file. Not available because nothing is selected.",
  124.         // [26] Subscribe to…, Normal 
  125.             "Subscribes to an edition file that you select.  The content"
  126.             "s of the edition are placed into the active document.  Whene"
  127.             "ver the edition file changes, its contents are automatically"
  128.             " updated in the document.",
  129.         // [27] Subscribe to…, Grayed 
  130.             "Subscribes to an edition file that you select.  The content"
  131.             "s of the edition are placed into the active document. Not av"
  132.             "ailable because no "TARGET_APPLICATION_NAME" document is open.",
  133.         // [28] Publisher Options…, Normal 
  134.             "Displays a dialog box in which you can set options for a se"
  135.             "lected publisher.",
  136.         // [29] Publisher Options…, Grayed 
  137.             "Displays a dialog box in which you can set options for a se"
  138.             "lected publisher. Not available because no publisher is sele"
  139.             "cted.",
  140.         // [30] Subscriber Options…, Normal 
  141.             "Displays a dialog box in which you can set options for a se"
  142.             "lected subscriber.",
  143.         // [31] Subscriber Options…, Grayed 
  144.             "Displays a dialog box in which you can set options for a se"
  145.             "lected subscriber. Not available because no subscriber is se"
  146.             "lected.",
  147.         // [32] File, Normal 
  148.             "File menu\$0D\$0DUse this menu to open, close, save, and prin"
  149.             "t "TARGET_APPLICATION_NAME" documents, and to quit "TARGET_APPLICATION_NAME".",
  150.         // [33] File, Grayed 
  151.             "File menu\$0D\$0DUse this menu to open, close, save, and prin"
  152.             "t "TARGET_APPLICATION_NAME" documents, and to quit "TARGET_APPLICATION_NAME".",
  153.         // [34] New, Normal 
  154.             "Creates a new "TARGET_APPLICATION_NAME" document called 'untitled.'",
  155.         // [35] New, Grayed 
  156.             "Opens a new "TARGET_APPLICATION_NAME" document called 'untitled.' Not ava"
  157.             "ilable because <good reason here>.",
  158.         // [36] Open…, Normal 
  159.             "Opens an existing "TARGET_APPLICATION_NAME" document.",
  160.         // [37] Open…, Grayed 
  161.             "Opens an existing "TARGET_APPLICATION_NAME" document. Not available becau"
  162.             "se <good reason here>.",
  163.         // [38] Close, Normal 
  164.             "Closes the active "TARGET_APPLICATION_NAME" document.",
  165.         // [39] Close, Grayed 
  166.             "Closes the active "TARGET_APPLICATION_NAME" document. Not available becau"
  167.             "se no "TARGET_APPLICATION_NAME" document is open.",
  168.         // [40] Save, Normal 
  169.             "Saves the active "TARGET_APPLICATION_NAME" document. If you have not save"
  170.             "d the document before, you give the document a name and indi"
  171.             "cate where to save it.",
  172.         // [41] Save, Grayed 
  173.             "Saves the open "TARGET_APPLICATION_NAME" document. Not available because "
  174.             "no "TARGET_APPLICATION_NAME" document is open, or because no changes have "
  175.             "been made.",
  176.         // [42] Save As…, Normal 
  177.             "Saves the active document with the new name and location yo"
  178.             "u specify.",
  179.         // [43] Save As…, Grayed 
  180.             "Saves the active document with the new name and location yo"
  181.             "u specify. Not available because no "TARGET_APPLICATION_NAME" document is "
  182.             "open.",
  183.         // [44] Page Setup…, Normal 
  184.             "Displays a dialog box in which you select paper size, orien"
  185.             "tation, and other printing options.",
  186.         // [45] Page Setup…, Grayed 
  187.             "Displays a dialog box in which you select paper size, orien"
  188.             "tation, and other printing options.",
  189.         // [46] Print…, Normal 
  190.             "Prints the active document.",
  191.         // [47] Print…, Grayed 
  192.             "Prints the active document. Not available because no "TARGET_APPLICATION_NAME" document"
  193.             " is open.",
  194.         // [48] Quit, Normal 
  195.             "Quits the "TARGET_APPLICATION_NAME" application. If you have not saved ch"
  196.             "anges you made to open documents, you will be asked whether "
  197.             "you want to save changes.",
  198.         // [49] Quit, Grayed 
  199.             "Quits the "TARGET_APPLICATION_NAME" application. If you have not saved ch"
  200.             "anges you made to open documents, you will be asked whether "
  201.             "you want to save changes.",
  202.         // [50] Print One, Normal 
  203.             "Prints a single copy of the active document.",
  204.         // [51] Print One, Grayed 
  205.             "Prints a single copy of the active document. Not available because no "TARGET_APPLICATION_NAME" document"
  206.             " is open.",
  207.         // [52] Revert, Normal 
  208.             "Reverts to the last saved version of the active document.",
  209.         // [53] Revert, Grayed 
  210.             "Reverts to the last saved version of the active document. "
  211.             "Not available because no "TARGET_APPLICATION_NAME" document is open "
  212.             "or because no changes have been made. "
  213.     }
  214. };
  215.